func go/types.isTypeLit
2 uses
go/types (current package)
predicates.go#L81: func isTypeLit(t Type) bool {
unify.go#L341: if ny := asNamed(y); mode&exact == 0 && ny != nil && isTypeLit(x) && !(u.enableInterfaceInference && IsInterface(x)) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)